home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
VD08SMP.ZIP
/
usr
/
samples
/
gnuplot
/
makefile.preamble
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-02-13
|
311 b
|
27 lines
CC = gcc
CPP = $(CC) -E
AR = ar
MAKE = gmake
TOUCH = touch
STRIP = emxbind -s
RC = rc -r
OBJ = .o
EXE = .exe
LIB = .a
CFLAGS = -O2
LDFLAGS = -L. -lobjc -los2
.SUFFIXES: .h .m .c .rc .res $(OBJ) $(EXE)
.c.o:
$(CC) -c $(CFLAGS) $<
.m.o:
$(CC) -c $(CFLAGS) $<
.rc.res:
$(RC) $<